Skip to content

chore(storybook): Upgrade Storybook#40871

Merged
ggazzo merged 22 commits into
developfrom
chore/upgrade-storybook
Jun 12, 2026
Merged

chore(storybook): Upgrade Storybook#40871
ggazzo merged 22 commits into
developfrom
chore/upgrade-storybook

Conversation

@tassoevan

@tassoevan tassoevan commented Jun 10, 2026

Copy link
Copy Markdown
Member

Proposed changes (including videos or screenshots)

It upgrades Storybook, since it's a tool that sprinkles dependencies across workspaces that use React.

Issue(s)

Steps to test or reproduce

Further comments

Some stories might be previously broken...

Task: ARCH-2174

@tassoevan tassoevan added this to the 8.6.0 milestone Jun 10, 2026
@dionisio-bot

dionisio-bot Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

@changeset-bot

changeset-bot Bot commented Jun 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6327828

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 258 files, which is 108 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bd858fd2-a7af-4420-911d-42869d281855

📥 Commits

Reviewing files that changed from the base of the PR and between c8d5e87 and 6327828.

⛔ Files ignored due to path filters (6)
  • apps/meteor/.storybook/logo.svg is excluded by !**/*.svg
  • ee/packages/pdf-worker/.storybook/logo.svg is excluded by !**/*.svg
  • packages/livechat/.storybook/logo.svg is excluded by !**/*.svg
  • packages/ui-client/src/components/AnnouncementBanner/__snapshots__/AnnouncementBanner.spec.tsx.snap is excluded by !**/*.snap
  • packages/web-ui-registration/.storybook/logo.svg is excluded by !**/*.svg
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (258)
  • apps/meteor/.storybook/decorators.tsx
  • apps/meteor/.storybook/logo.svg.d.ts
  • apps/meteor/.storybook/main.ts
  • apps/meteor/.storybook/preview.ts
  • apps/meteor/client/components/ABAC/ABACUpsellModal/ABACUpsellModal.stories.tsx
  • apps/meteor/client/components/CreateDiscussion/CreateDiscussion.stories.tsx
  • apps/meteor/client/components/GenericUpsellModal/GenericUpsellModal.stories.tsx
  • apps/meteor/client/components/ListItem.stories.tsx
  • apps/meteor/client/components/SidebarToggler/SidebarTogglerButton.stories.tsx
  • apps/meteor/client/components/UserAutoCompleteMultiple/UserAvatarChip.stories.tsx
  • apps/meteor/client/components/UserCard/UserCard.stories.tsx
  • apps/meteor/client/components/UserInfo/UserInfo.stories.tsx
  • apps/meteor/client/components/connectionStatus/ConnectionStatusBar.stories.tsx
  • apps/meteor/client/components/dataView/Counter.stories.tsx
  • apps/meteor/client/components/dataView/CounterSet.stories.tsx
  • apps/meteor/client/components/dataView/NegativeGrowthSymbol.stories.tsx
  • apps/meteor/client/components/dataView/PositiveGrowthSymbol.stories.tsx
  • apps/meteor/client/components/message/content/actions/MessageAction.stories.tsx
  • apps/meteor/client/components/message/header/MessageRoles.stories.tsx
  • apps/meteor/client/components/message/toolbar/items/actions/Timestamp/TimestampPicker/TimestampPicker.stories.tsx
  • apps/meteor/client/components/message/variants/threadPreview/ThreadMessagePreviewBody.stories.tsx
  • apps/meteor/client/sidebar/Item/Condensed.stories.tsx
  • apps/meteor/client/sidebar/Item/Extended.stories.tsx
  • apps/meteor/client/sidebar/Item/Medium.stories.tsx
  • apps/meteor/client/sidebar/Sidebar.stories.tsx
  • apps/meteor/client/stories/contexts/ModalContextMock.tsx
  • apps/meteor/client/stories/contexts/RouterContextMock.tsx
  • apps/meteor/client/stories/contexts/ServerContextMock.tsx
  • apps/meteor/client/views/admin/ABAC/ABACAttributesTab/AttributesForm.stories.tsx
  • apps/meteor/client/views/admin/ABAC/ABACRoomsTab/RoomFormAttributeField.stories.tsx
  • apps/meteor/client/views/admin/ABAC/ABACRoomsTab/RoomFormAutocomplete.stories.tsx
  • apps/meteor/client/views/admin/customSounds/CustomSoundsTable/CustomSoundsTable.stories.tsx
  • apps/meteor/client/views/admin/engagementDashboard/EngagementDashboardPage.stories.tsx
  • apps/meteor/client/views/admin/engagementDashboard/channels/ChannelsTab.stories.tsx
  • apps/meteor/client/views/admin/engagementDashboard/messages/MessagesTab.stories.tsx
  • apps/meteor/client/views/admin/engagementDashboard/users/UsersTab.stories.tsx
  • apps/meteor/client/views/admin/import/ImportHistoryPage.stories.tsx
  • apps/meteor/client/views/admin/import/ImportOperationSummary.stories.tsx
  • apps/meteor/client/views/admin/import/NewImportPage.stories.tsx
  • apps/meteor/client/views/admin/mailer/Mailer.stories.tsx
  • apps/meteor/client/views/admin/permissions/PermissionsTable/PermissionsTable.stories.tsx
  • apps/meteor/client/views/admin/permissions/UsersInRole/UsersInRoleTable/UsersInRoleTable.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/ResetSettingButton/ResetSettingButton.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/Setting.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/ActionSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/AssetSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/BooleanSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/CodeSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/ColorSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/FontSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/GenericSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/IntSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/LanguageSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/MultiSelectSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/PasswordSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/RangeSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/RelativeUrlSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/SelectSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/Setting/inputs/StringSettingInput.stories.tsx
  • apps/meteor/client/views/admin/settings/SettingsGroupPage/SettingsGroupPage.stories.tsx
  • apps/meteor/client/views/admin/settings/SettingsGroupSelector/SettingsGroupSelector.stories.tsx
  • apps/meteor/client/views/admin/settings/SettingsSection/SettingsSection.stories.tsx
  • apps/meteor/client/views/admin/subscription/components/UsagePieGraph.stories.tsx
  • apps/meteor/client/views/admin/users/UsersTable/UsersTable.stories.tsx
  • apps/meteor/client/views/admin/viewLogs/ViewLogsPage.stories.tsx
  • apps/meteor/client/views/admin/workspace/DeploymentCard/DeploymentCard.stories.tsx
  • apps/meteor/client/views/admin/workspace/DeploymentCard/components/InstancesModal/DescriptionList.stories.tsx
  • apps/meteor/client/views/admin/workspace/DeploymentCard/components/InstancesModal/InstancesModal.stories.tsx
  • apps/meteor/client/views/admin/workspace/MessagesRoomsCard/MessagesRoomsCard.stories.tsx
  • apps/meteor/client/views/audit/components/AppInfoField.stories.tsx
  • apps/meteor/client/views/audit/components/SecurityLogDisplayModal.stories.tsx
  • apps/meteor/client/views/e2e/EnterE2EPasswordModal/EnterE2EPasswordModal.stories.tsx
  • apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/AppLogsItem.stories.tsx
  • apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/Components/CollapsiblePanel.stories.tsx
  • apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/Filters/AppLogsFilter.stories.tsx
  • apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/Filters/AppLogsFilterContextualBar.stories.tsx
  • apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/Filters/DateTimeModal.stories.tsx
  • apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/Filters/ExportLogsModal.stories.tsx
  • apps/meteor/client/views/marketplace/AppsPage/PrivateEmptyState.stories.tsx
  • apps/meteor/client/views/marketplace/AppsPage/UnsupportedEmptyState.stories.tsx
  • apps/meteor/client/views/marketplace/components/AppInstallModal/AppInstallModal.stories.tsx
  • apps/meteor/client/views/marketplace/components/UninstallGrandfatheredAppModal/UninstallGrandfatheredAppModal.stories.tsx
  • apps/meteor/client/views/notAuthorized/NotAuthorizedPage.stories.tsx
  • apps/meteor/client/views/omnichannel/additionalForms/BusinessHoursMultiple.stories.tsx
  • apps/meteor/client/views/omnichannel/analytics/AnalyticsPage.stories.tsx
  • apps/meteor/client/views/omnichannel/analytics/DateRangePicker.stories.tsx
  • apps/meteor/client/views/omnichannel/appearance/AppearanceForm.stories.tsx
  • apps/meteor/client/views/omnichannel/businessHours/BusinessHoursForm.stories.tsx
  • apps/meteor/client/views/omnichannel/businessHours/BusinessHoursTable.stories.tsx
  • apps/meteor/client/views/omnichannel/cannedResponses/components/CannedResponsesComposer/CannedResponsesComposer.stories.tsx
  • apps/meteor/client/views/omnichannel/cannedResponses/contextualBar/CannedResponse/CannedResponse.stories.tsx
  • apps/meteor/client/views/omnichannel/cannedResponses/contextualBar/CannedResponse/CannedResponseList.stories.tsx
  • apps/meteor/client/views/omnichannel/cannedResponses/contextualBar/CannedResponse/Item.stories.tsx
  • apps/meteor/client/views/omnichannel/cannedResponses/modals/CreateCannedResponse/CreateCannedResponseModal.stories.tsx
  • apps/meteor/client/views/omnichannel/components/outboundMessage/components/OutboundMessageWizard/OutboundMessageWizard.stories.tsx
  • apps/meteor/client/views/omnichannel/components/outboundMessage/components/OutboundMessageWizard/steps/MessageStep.stories.tsx
  • apps/meteor/client/views/omnichannel/components/outboundMessage/components/OutboundMessageWizard/steps/RecipientStep.stories.tsx
  • apps/meteor/client/views/omnichannel/components/outboundMessage/components/OutboundMessageWizard/steps/RepliesStep.stories.tsx
  • apps/meteor/client/views/omnichannel/components/outboundMessage/modals/OutboundMessageUpsellModal/OutboundMessageUpsellModal.stories.tsx
  • apps/meteor/client/views/omnichannel/customFields/CustomFieldsForm.stories.tsx
  • apps/meteor/client/views/omnichannel/installation/Installation.stories.tsx
  • apps/meteor/client/views/omnichannel/modals/ForwardChatModal.stories.tsx
  • apps/meteor/client/views/omnichannel/modals/ReturnChatQueueModal.stories.tsx
  • apps/meteor/client/views/omnichannel/realTimeMonitoring/counter/CounterContainer.stories.tsx
  • apps/meteor/client/views/omnichannel/triggers/TriggersForm.stories.tsx
  • apps/meteor/client/views/room/RoomAnnouncement/RoomAnnouncement.stories.tsx
  • apps/meteor/client/views/room/body/RoomInviteBody.stories.tsx
  • apps/meteor/client/views/room/contextualBar/AutoTranslate/AutoTranslate.stories.tsx
  • apps/meteor/client/views/room/contextualBar/BannedUsers/BannedUsers.stories.tsx
  • apps/meteor/client/views/room/contextualBar/Discussions/DiscussionsList.stories.tsx
  • apps/meteor/client/views/room/contextualBar/ExportMessages/ExportMessages.stories.tsx
  • apps/meteor/client/views/room/contextualBar/Info/RoomInfo/RoomInfo.stories.tsx
  • apps/meteor/client/views/room/contextualBar/NotificationPreferences/NotificationPreferences.stories.tsx
  • apps/meteor/client/views/room/contextualBar/PruneMessages/PruneMessages.stories.tsx
  • apps/meteor/client/views/room/contextualBar/RoomFiles/RoomFiles.stories.tsx
  • apps/meteor/client/views/room/contextualBar/RoomFiles/components/FileItem.stories.tsx
  • apps/meteor/client/views/room/contextualBar/RoomMembers/AddUsers/AddUsers.stories.tsx
  • apps/meteor/client/views/room/contextualBar/RoomMembers/InviteUsers/InviteUsers.stories.tsx
  • apps/meteor/client/views/room/contextualBar/RoomMembers/RoomMembers.stories.tsx
  • apps/meteor/client/views/room/modals/FileUploadModal/FileUploadModal.stories.tsx
  • apps/meteor/client/views/teams/contextualBar/info/DeleteTeam/DeleteTeamModal.stories.tsx
  • apps/meteor/client/views/teams/contextualBar/info/LeaveTeam/LeaveTeamModal/LeaveTeamModal.stories.tsx
  • apps/meteor/client/views/teams/contextualBar/info/TeamsInfo.stories.tsx
  • apps/meteor/package.json
  • ee/packages/pdf-worker/.storybook/logo.svg.d.ts
  • ee/packages/pdf-worker/.storybook/main.ts
  • ee/packages/pdf-worker/.storybook/preview.tsx
  • ee/packages/pdf-worker/package.json
  • ee/packages/pdf-worker/src/templates/ChatTranscript/ChatTranscript.stories.tsx
  • package.json
  • packages/fuselage-ui-kit/.storybook/DocsContainer.tsx
  • packages/fuselage-ui-kit/.storybook/helpers.ts
  • packages/fuselage-ui-kit/.storybook/main.ts
  • packages/fuselage-ui-kit/.storybook/preview.tsx
  • packages/fuselage-ui-kit/package.json
  • packages/fuselage-ui-kit/src/stories/Banner.stories.tsx
  • packages/fuselage-ui-kit/src/stories/Message.stories.tsx
  • packages/fuselage-ui-kit/src/stories/Modal.stories.tsx
  • packages/gazzodown/.storybook/main.ts
  • packages/gazzodown/.storybook/preview.tsx
  • packages/gazzodown/package.json
  • packages/gazzodown/src/Markup.stories.tsx
  • packages/livechat/.storybook/helpers.tsx
  • packages/livechat/.storybook/logo.svg.d.ts
  • packages/livechat/.storybook/main.ts
  • packages/livechat/.storybook/mocks/uiKit.ts
  • packages/livechat/.storybook/preview.tsx
  • packages/livechat/package.json
  • packages/livechat/src/components/Alert/stories.tsx
  • packages/livechat/src/components/Avatar/Avatar.stories.tsx
  • packages/livechat/src/components/Button/stories.tsx
  • packages/livechat/src/components/ButtonGroup/ButtonGroup.stories.tsx
  • packages/livechat/src/components/Composer/stories.tsx
  • packages/livechat/src/components/FilesDropTarget/FilesDropTarget.stories.tsx
  • packages/livechat/src/components/Footer/Footer.stories.tsx
  • packages/livechat/src/components/Form/DateInput/stories.tsx
  • packages/livechat/src/components/Form/HookFormExample/stories.tsx
  • packages/livechat/src/components/Form/MultilineTextInput/stories.tsx
  • packages/livechat/src/components/Form/PasswordInput/stories.tsx
  • packages/livechat/src/components/Form/SelectInput/stories.tsx
  • packages/livechat/src/components/Form/TextInput/stories.tsx
  • packages/livechat/src/components/Form/stories.tsx
  • packages/livechat/src/components/Header/Header.stories.tsx
  • packages/livechat/src/components/Menu/Group.stories.tsx
  • packages/livechat/src/components/Menu/Item.stories.tsx
  • packages/livechat/src/components/Menu/Menu.stories.tsx
  • packages/livechat/src/components/Menu/PopoverMenu.stories.tsx
  • packages/livechat/src/components/Messages/Message/Message.stories.tsx
  • packages/livechat/src/components/Messages/MessageList/stories.tsx
  • packages/livechat/src/components/Modal/Modal.stories.tsx
  • packages/livechat/src/components/Popover/Popover.stories.tsx
  • packages/livechat/src/components/Screen/Footer.stories.tsx
  • packages/livechat/src/components/Sound/stories.tsx
  • packages/livechat/src/components/Tooltip/Tooltip.stories.tsx
  • packages/livechat/src/components/uiKit/message/ActionsBlock.stories.tsx
  • packages/livechat/src/components/uiKit/message/ButtonElement/stories.tsx
  • packages/livechat/src/components/uiKit/message/ContextBlock.stories.tsx
  • packages/livechat/src/components/uiKit/message/DividerBlock.stories.tsx
  • packages/livechat/src/components/uiKit/message/ImageBlock.stories.tsx
  • packages/livechat/src/components/uiKit/message/SectionBlock.stories.tsx
  • packages/livechat/src/routes/Chat/stories.tsx
  • packages/livechat/src/routes/ChatFinished/stories.tsx
  • packages/livechat/src/routes/GDPRAgreement/stories.tsx
  • packages/livechat/src/routes/SwitchDepartment/stories.tsx
  • packages/livechat/src/routes/TriggerMessage/stories.tsx
  • packages/mock-providers/package.json
  • packages/storybook-config/package.json
  • packages/storybook-config/src/DocsContainer.tsx
  • packages/storybook-config/src/main.ts
  • packages/storybook-config/src/preview.tsx
  • packages/ui-client/package.json
  • packages/ui-client/src/components/AnchorPortal.spec.tsx
  • packages/ui-client/src/components/AnnouncementBanner/AnnouncementBanner.spec.tsx
  • packages/ui-client/src/components/AnnouncementBanner/AnnouncementBanner.stories.tsx
  • packages/ui-client/src/components/DotLeader.stories.tsx
  • packages/ui-client/src/components/GenericTable/GenericTable.stories.tsx
  • packages/ui-client/src/components/Header/Header.stories.tsx
  • packages/ui-client/src/components/InfoPanel/InfoPanel.stories.tsx
  • packages/ui-client/src/components/Modal/GenericModal/GenericModal.stories.tsx
  • packages/ui-client/src/components/Page/Page.stories.tsx
  • packages/ui-client/src/components/PasswordVerifier/PasswordVerifier.stories.tsx
  • packages/ui-client/src/components/PasswordVerifier/PasswordVerifiers.spec.tsx
  • packages/ui-client/src/components/SidebarToggler/SidebarTogglerButton.stories.tsx
  • packages/ui-client/src/components/TextSeparator.stories.tsx
  • packages/ui-client/src/components/UserAutoComplete/UserAutoComplete.stories.tsx
  • packages/ui-client/src/components/UserStatus/UserStatus.stories.tsx
  • packages/ui-client/src/components/Wizard/Wizard.stories.tsx
  • packages/ui-client/src/components/Wizard/WizardActions.stories.tsx
  • packages/ui-composer/.storybook/main.ts
  • packages/ui-composer/.storybook/preview.tsx
  • packages/ui-composer/package.json
  • packages/ui-composer/src/MessageComposer/MessageComposer.spec.tsx
  • packages/ui-composer/src/MessageComposer/MessageComposer.stories.tsx
  • packages/ui-composer/src/MessageComposer/MessageComposerHint.spec.tsx
  • packages/ui-composer/src/MessageComposer/MessageComposerHint.stories.tsx
  • packages/ui-composer/src/MessageComposer/MessageComposerInputExpandable.spec.tsx
  • packages/ui-composer/src/MessageFooterCallout/MessageFooterCallout.spec.tsx
  • packages/ui-composer/src/MessageFooterCallout/MessageFooterCallout.stories.tsx
  • packages/ui-video-conf/.storybook/main.ts
  • packages/ui-video-conf/.storybook/preview.tsx
  • packages/ui-video-conf/package.json
  • packages/ui-video-conf/src/VideoConfButton/VideoConfButton.spec.tsx
  • packages/ui-video-conf/src/VideoConfButton/VideoConfButton.stories.tsx
  • packages/ui-video-conf/src/VideoConfController/VideoConfController.spec.tsx
  • packages/ui-video-conf/src/VideoConfController/VideoConfController.stories.tsx
  • packages/ui-video-conf/src/VideoConfMessage/VideoConfMessage.spec.tsx
  • packages/ui-video-conf/src/VideoConfMessage/VideoConfMessage.stories.tsx
  • packages/ui-video-conf/src/VideoConfPopup/VideoConfPopup.spec.tsx
  • packages/ui-video-conf/src/VideoConfPopup/VideoConfPopup.stories.tsx
  • packages/ui-voip/.storybook/main.ts
  • packages/ui-voip/.storybook/preview.tsx
  • packages/ui-voip/package.json
  • packages/ui-voip/src/components/Actions/ActionStrip.stories.tsx
  • packages/ui-voip/src/components/Cards/CardContainers.stories.tsx
  • packages/ui-voip/src/components/Cards/Cards.stories.tsx
  • packages/ui-voip/src/components/Keypad/Keypad.stories.tsx
  • packages/ui-voip/src/components/PeerInfo/PeerInfo.stories.tsx
  • packages/ui-voip/src/components/ToggleButton.stories.tsx
  • packages/ui-voip/src/components/Widget/Widget.stories.tsx
  • packages/ui-voip/src/hooks/VoipPopupDraggable/useDraggable.stories.tsx
  • packages/ui-voip/src/views/CallHistoryContextualbar/CallHistoryActions.stories.tsx
  • packages/ui-voip/src/views/CallHistoryContextualbar/CallHistoryContextualbar.stories.tsx
  • packages/ui-voip/src/views/CallHistoryContextualbar/useFullStartDate.stories.tsx
  • packages/ui-voip/src/views/MediaCallHistoryTable/MediaCallHistoryTable.stories.tsx
  • packages/ui-voip/src/views/MediaCallWidget/IncomingCall.stories.tsx
  • packages/ui-voip/src/views/MediaCallWidget/IncomingCallTransfer.stories.tsx
  • packages/ui-voip/src/views/MediaCallWidget/MediaCallWidget.stories.tsx
  • packages/ui-voip/src/views/MediaCallWidget/NewCall.stories.tsx
  • packages/ui-voip/src/views/MediaCallWidget/OngoingCall.stories.tsx
  • packages/ui-voip/src/views/MediaCallWidget/OutgoingCall.stories.tsx
  • packages/ui-voip/src/views/MediaCallWidget/OutgoingCallTransfer.stories.tsx
  • packages/ui-voip/src/views/PermissionFlow/PermissionFlowModal.stories.tsx
  • packages/web-ui-registration/.storybook/logo.svg.d.ts
  • packages/web-ui-registration/.storybook/main.ts
  • packages/web-ui-registration/.storybook/preview.tsx
  • packages/web-ui-registration/package.json
  • packages/web-ui-registration/src/ResetPassword/ResetPasswordPage.stories.tsx
  • packages/web-ui-registration/src/components/LoginSwitchLanguageFooter.stories.tsx

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@tassoevan tassoevan force-pushed the chore/upgrade-storybook branch 2 times, most recently from b48de69 to 5a59ee8 Compare June 10, 2026 05:09
@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 99.81378% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 70.14%. Comparing base (c8d5e87) to head (6327828).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #40871      +/-   ##
===========================================
- Coverage    70.15%   70.14%   -0.02%     
===========================================
  Files         3355     3355              
  Lines       129196   129225      +29     
  Branches     22341    22363      +22     
===========================================
+ Hits         90636    90642       +6     
- Misses       35269    35291      +22     
- Partials      3291     3292       +1     
Flag Coverage Δ
unit 70.10% <99.81%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tassoevan tassoevan force-pushed the chore/upgrade-storybook branch 3 times, most recently from e04ce22 to bcca211 Compare June 10, 2026 19:38
@tassoevan tassoevan marked this pull request as ready for review June 10, 2026 19:39
@tassoevan tassoevan requested review from a team as code owners June 10, 2026 19:39
@hacktron-app

hacktron-app Bot commented Jun 10, 2026

Copy link
Copy Markdown

⏭️ Hacktron Security Check — Skipped

Reason: This PR exceeds Hacktron's 200-file review cap and will not be scanned. Split the PR into smaller changes for review coverage.

Split the PR into smaller commits or open separate PRs for unrelated changes.

@tassoevan

Copy link
Copy Markdown
Member Author

/jira ARCH-2167

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 261 files

Note: This PR contains a large number of files. cubic only reviews up to 100 files per PR, so some files may not have been reviewed. cubic prioritizes the most important files to review.
On a pro plan you can use ultrareview for larger PRs.

Re-trigger cubic

@dougfabris

Copy link
Copy Markdown
Member

@juliajforesti juliajforesti left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we lost the dark mode configuration :(

…ment for querying and improve snapshot consistency
…encies for improved structure and compatibility
…lpers, and logo files; update main and preview configurations for improved structure
…ype and improve structure

- Changed story definitions from StoryFn to StoryObj for better type safety and clarity.
- Removed redundant storyName assignments as they are now part of the StoryObj structure.
- Updated Modal, Popover, Screen Footer, Tooltip, and various UI Kit message components to reflect the new story format.
- Enhanced readability and maintainability of story files by consolidating render logic.
… configurations for improved structure and compatibility
…mat and improve structure

- Changed all StoryFn usages to StoryObj in various components' stories.
- Updated story names and args structure for consistency across stories.
- Removed unnecessary template bindings and simplified story definitions.
- Adjusted imports and package dependencies in package.json and yarn.lock.
@tassoevan tassoevan force-pushed the chore/upgrade-storybook branch from 5e5bd48 to f15962c Compare June 11, 2026 18:26

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 issues found across 264 files

Note: This PR contains a large number of files. cubic only reviews up to 100 files per PR, so some files may not have been reviewed. cubic prioritizes the most important files to review.
On a pro plan you can use ultrareview for larger PRs.

Re-trigger cubic

Comment thread packages/livechat/package.json
Comment thread packages/livechat/.storybook/preview.tsx
juliajforesti
juliajforesti previously approved these changes Jun 11, 2026
ggazzo
ggazzo previously approved these changes Jun 12, 2026
@tassoevan tassoevan dismissed stale reviews from ggazzo and juliajforesti via 6327828 June 12, 2026 14:48
@ggazzo ggazzo merged commit bd399c5 into develop Jun 12, 2026
45 of 48 checks passed
@ggazzo ggazzo deleted the chore/upgrade-storybook branch June 12, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants